Sanitize Data

Sanitizing data is a security feature aimed at preventing the execution of potentially malicious code, such as Cross Site Scripting (XSS) attacks. XSS attacks involve a third-party attempting to inject malicious scripts into a web app, in this case your form.

Sanitizing checks the value in a character string and removes or disguises anything that could potentially be interpreted and executed as code by your form, such as JavaScript contained within an HTML <script> element.

In order to prevent this type of attack Digitise Forms provides the following features: